home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00543.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  177 b   |  13 lines

  1. on exitFrame
  2. end
  3.  
  4. on keyDown
  5.   if the key = RETURN then
  6.     if the machineType = 256 then
  7.       go(label("little") + 1)
  8.     else
  9.       go("Main Screen")
  10.     end if
  11.   end if
  12. end
  13.